Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\BACNET\bin>ping 192.168.2.93

Pinging 192.168.2.93 with 32 bytes of data:
Reply from 192.168.2.93: bytes=32 time=1ms TTL=64
Reply from 192.168.2.93: bytes=32 time<1ms TTL=64
Reply from 192.168.2.93: bytes=32 time=4ms TTL=64
Reply from 192.168.2.93: bytes=32 time<1ms TTL=64

Ping statistics for 192.168.2.93:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 4ms, Average = 1ms

C:\BACNET\bin>bacepics --help
bacepics -- Generates Full EPICS file, including Object and Property List
Usage:
  bacepics [-v] [-p sport] [-t target_mac [-n dnet]] device-instance
    -v: show values instead of '?'
    -p: Use sport for "my" port, instead of 0xBAC0 (BACnet/IP only)
        Allows you to communicate with a localhost target.
    -t: declare target's MAC instead of using Who-Is to bind to
        device-instance. Format is "C0:A8:00:18:BA:C0" (as usual)
        Use "7F:00:00:01:BA:C0" for loopback testing
    -n: specify target's DNET if not local BACnet network
        or on routed Virtual Network

You may want to redirect the output to a .tpi file for VTS use,
    eg, bacepics -v 2701876 > epics-2701876.tpi

C:\BACNET\bin>